home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
prod.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
392b
|
67 lines
prod(G) Scilab Function prod(G)
NAME
prod - product
CALLING SEQUENCE
[y]=prod(x)
PARAMETERS
x : real or complex vector or matrix
y : real or complex scalar
DESCRIPTION
For vectors and matrices, prod(x) is the product of the elements of x, e.g.
prod(1:n) is n!
SEE ALSO
sum